1 #ifndef CARMA_UI_RTD_AUTHENTICATE_H
2 #define CARMA_UI_RTD_AUTHENTICATE_H
26 enum AuthenticationStatus {
34 enum AuthenticationStatus authenticate(
const Version &version,
const WindowList &windowList);
36 std::string getShortName()
const;
37 std::string getFullName()
const;
38 std::string getClientVersion()
const;
39 Window *getWindow()
const;
42 std::string shortname;
51 #endif // CARMA_UI_RTD_AUTHENTICATE_H
Class to read and contain versioning info for C++ server and Java client RTD programs.
A list of all possible windows on a system and methods to find them.