00001 #ifndef KEY_CONTAINER 00002 #define KEY_CONTAINER 00003 00004 00009 class KeyContainer 00010 { 00011 public: 00016 virtual PIV_Byte getContainerId() = 0; 00017 }; 00018 #endif 00019