Factory for Bucket. More...
#include <airinv/factory/FacAirinvMasterServiceContext.hpp>
Public Member Functions | |
~FacAirinvMasterServiceContext () | |
AIRINV_Master_ServiceContext & | create () |
Static Public Member Functions | |
static FacAirinvMasterServiceContext & | instance () |
Protected Member Functions | |
FacAirinvMasterServiceContext () |
Factory for Bucket.
Definition at line 20 of file FacAirinvMasterServiceContext.hpp.
Destructor.
The Destruction put the _instance to NULL in order to be clean for the next FacAirinvMasterServiceContext::instance()
Definition at line 17 of file FacAirinvMasterServiceContext.cpp.
AIRINV::FacAirinvMasterServiceContext::FacAirinvMasterServiceContext | ( | ) | [inline, protected] |
Default Constructor.
This constructor is protected in order to ensure the singleton pattern.
Definition at line 44 of file FacAirinvMasterServiceContext.hpp.
Referenced by instance().
Provide the unique instance.
The singleton is instantiated when first used
Definition at line 22 of file FacAirinvMasterServiceContext.cpp.
References FacAirinvMasterServiceContext().
Create a new AIRINV_Master_ServiceContext object.
This new object is added to the list of instantiated objects.
Definition at line 34 of file FacAirinvMasterServiceContext.cpp.