204 kMooMaxStringLength = 80,
205 kMooMaxFriends = 1024,
206 kMooMaxProjects = 1024
210 virtual void config (
const mooChar* server,
int port) = 0;
virtual const mooChar * getMooRootPath()=0
virtual MooFriends * getFriends()=0
Container and management of MooProject
Definition: mooprojects.h:31
MOO_EXPORT Moo * createMoo()
Exported function. Create Moo instance.
virtual MooUser * getUser()=0
virtual MooProjects * getProjects()=0
virtual mooBool setMooRootPath(mooChar *path)=0
MooFriend container and management
Definition: moofriends.h:32
the current application User
Definition: moouser.h:33