Ignore:
Timestamp:
Apr 23, 2009, 5:55:59 PM (15 years ago)
Author:
Christoph Mayer
Message:

-temporärer commit, sorry kompiliert nicht :( muss aber die änderungen auf die andere maschine kriegen, ist in ca1h gefixt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/AribaModule.h

    r3041 r3055  
    8484 *
    8585 * @author Sebastian Mies <mies@tm.uka.de>
     86 * @author Christoph Mayer <mayer@tm.uka.de>
    8687 */
    8788class AribaModule: public Module {
     
    129130         * bootstrap.file  = used file for bootstrap information
    130131         */
    131         void initialize(); ///< @see Module.h
    132         void start(); ///< @see Module.h
    133         void stop(); ///< @see Module.h
    134         string getName() const; ///< @see Module.h
     132        void initialize();                          ///< @see Module.h
     133        void start();                               ///< @see Module.h
     134        void stop();                                ///< @see Module.h
     135        string getName() const;                     ///< @see Module.h
    135136        void setProperty(string key, string value); ///< @see Module.h
    136137        const string getProperty(string key) const; ///< @see Module.h
Note: See TracChangeset for help on using the changeset viewer.