client/key/EraseKey.h

Go to the documentation of this file.
00001 
00013 #ifndef _UTIL_KEY_ERASEKEY_H
00014 #define _UTIL_KEY_ERASEKEY_H
00015 
00016 #include <client/key/SubscribeKey.h>
00017 
00018 namespace org { namespace xmlBlaster { namespace client { namespace key {
00019 
00020 typedef SubscribeKey EraseKey;
00021 
00022 }}}} // namespace
00023 
00024 #endif
00025 
00026 
00027