X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=src%2Finclude%2Fobject.h;fp=src%2Finclude%2Fobject.h;h=7373fe2ad8c54122c11ab6b0a937d5a204afe658;hb=3676a26d3272ab4db47847f73869536617b78f34;hp=c5539d72b029570001265f3737640dd704eec455;hpb=7e2b806f26741a643fe74ed5c09be6d0189f5ac9;p=gnucomo.git diff --git a/src/include/object.h b/src/include/object.h index c5539d7..7373fe2 100644 --- a/src/include/object.h +++ b/src/include/object.h @@ -24,16 +24,9 @@ ** MODIFICATIONS : **************************************************************************/ -/***************************** - $Log: object.h,v $ - Revision 1.1 2007-02-02 07:36:39 arjen - Started an object oriented abstraction of Gnucomo +#include -*****************************/ - -/* static const char *RCSID = "$Id: object.h,v 1.1 2007-02-02 07:36:39 arjen Exp $"; */ - -#include "database.h" +#include "objectlog.h" /* /////////////////////////////////////////////////////////////////////////// @@ -55,12 +48,15 @@ class Object : public database_entity { String hostname; + String id; public: - Object(const gnucomo_database &); - Object(const gnucomo_database &, String); + Object(gnucomo_database &); + Object(gnucomo_database &, String); String Hostname(); // Return the database access string. + + std::list select_logs(UTC, UTC, String); };