OSDN Git Service

Merge branch 'master' of git://git.sourceforge.jp/gitroot/eos/base
[eos/hostdependX86LINUX64.git] / include / DataBaseNote.hh
1 #ifndef DATABASE_NOTE_HH
2 #define DATABASE_NOTE_HH
3
4 #include "DataBase.hh"
5 #include "Property.hh"
6
7 class DataBaseNote : public DataBase{
8 private:
9   Property* Prop;
10
11 public:
12   DataBaseNote(Property* p);
13   void SetKey(char* AtomName, char* ResName , int ResNum);
14 };
15
16 #endif /* DATABASE_NOTE_HH */