My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
InitScript.h
Go to the documentation of this file.
1 // $Id: InitScript.h,v 1.1.1.1 2009/07/06 23:57:07 eml Exp $
2 
3 #ifndef GCP_CONTROL_INITSCRIPT_H
4 #define GCP_CONTROL_INITSCRIPT_H
5 
15 #include "gcp/util/common/Directives.h"
16 #include <string>
17 
18 namespace gcp {
19  namespace control {
20 
21  class InitScript {
22  public:
23 
24  static std::string initScript();
25 
29  InitScript();
30 
34  virtual ~InitScript();
35 
36  private:
37  }; // End class InitScript
38 
39  } // End namespace control
40 } // End namespace gcp
41 
42 
43 
44 #endif // End #ifndef GCP_CONTROL_INITSCRIPT_H
virtual ~InitScript()
Definition: InitScript.c:20
Definition: InitScript.h:21
InitScript()
Definition: InitScript.c:15