#include <ao-tracker.h>
Public Member Functions | |
AoTracker (string name="AoTracker") | |
void | sunset (string s) |
void | sunrise (string s) |
void | print () |
Definition at line 169 of file ao-tracker.h.
AoTracker::AoTracker | ( | string | name = "AoTracker" |
) | [inline] |
The constructor of the stub will also directly initalize the main object. Because object construction and delayed calls interfere somewhat we prohibit the actual implementation (and especially use) of a specialized Active Object constructor. Instead, simply the name is passed to the object. If you need to initialize the stub, you should consider adding an init message to the active object and calling (well sending a message to) it directly when the stub is generated.
Definition at line 189 of file ao-tracker.h.
void AoTracker::print | ( | ) | [inline] |
void AoTracker::sunrise | ( | string | s | ) | [inline] |
void AoTracker::sunset | ( | string | s | ) | [inline] |