#include "ace/ACE.h"#include "ace/DLL_Manager.h"#include "ace/Dynamic_Service_Dependency.h"#include "ace/Service_Config.h"#include "ace/Log_Msg.h"
Go to the source code of this file.
Functions | |
| ACE_RCSID (ace, Dynamic_Service_Dependency,"$Id: Dynamic_Service_Dependency.cpp 80826 2008-03-04 14:51:23Z wotte $") 1 ACE_Dynamic_Service_Dependency | |
| ACE_RCSID | ( | ace | , | |
| Dynamic_Service_Dependency | , | |||
| "$Id: Dynamic_Service_Dependency.cpp 80826 2008-03-04 14:51:23Z wotte $" | ||||
| ) |
Definition at line 7 of file Dynamic_Service_Dependency.cpp.
: Dynamic_Service_Dependency.cpp 80826 2008-03-04 14:51:23Z wotte $") ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Dynamic_Service_Dependency::ACE_Dynamic_Service_Dependency (const ACE_TCHAR *principal) { this->init (ACE_Service_Config::current (), principal); }
1.7.0