Changeset 3055 for source/ariba/AribaModule.h
- Timestamp:
- Apr 23, 2009, 5:55:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/AribaModule.h
r3041 r3055 84 84 * 85 85 * @author Sebastian Mies <mies@tm.uka.de> 86 * @author Christoph Mayer <mayer@tm.uka.de> 86 87 */ 87 88 class AribaModule: public Module { … … 129 130 * bootstrap.file = used file for bootstrap information 130 131 */ 131 void initialize(); ///< @see Module.h132 void start(); ///< @see Module.h133 void stop(); ///< @see Module.h134 string getName() const; ///< @see Module.h132 void initialize(); ///< @see Module.h 133 void start(); ///< @see Module.h 134 void stop(); ///< @see Module.h 135 string getName() const; ///< @see Module.h 135 136 void setProperty(string key, string value); ///< @see Module.h 136 137 const string getProperty(string key) const; ///< @see Module.h
Note:
See TracChangeset
for help on using the changeset viewer.