API Documentation
Loading...
Searching...
No Matches
SoftwareService.h
Go to the documentation of this file.
1
#pragma once
2
namespace
NDEVR
3
{
4
/**--------------------------------------------------------------------------------------------------
5
\brief Software Services provide an interface for adding to or changing the software behavior
6
via functionality added from modules.
7
*-----------------------------------------------------------------------------------------------**/
8
class
SoftwareService
9
{};
10
11
/**--------------------------------------------------------------------------------------------------
12
\brief Software Service Managers take a Software service to modify the behavior of the software
13
*-----------------------------------------------------------------------------------------------**/
14
class
SoftwareServiceManager
15
{};
16
}
NDEVR::SoftwareService
Software Services provide an interface for adding to or changing the software behavior.
Definition
SoftwareService.h:9
NDEVR::SoftwareServiceManager
Software Service Managers take a Software service to modify the behavior of the software.
Definition
SoftwareService.h:15
NDEVR
Definition
ACIColor.h:37
Base
Headers
SoftwareService.h