00001 00002 /*************************************************************************** 00003 Copyright (c) Microsoft Corporation, All rights reserved. 00004 This code sample is provided "AS IS" without warranty of any kind, 00005 it is not recommended for use in a production environment. 00006 ***************************************************************************/ 00007 00008 #ifndef service_h 00009 #define service_h 00010 00011 #include <common.h> 00012 #include <languagedef.h> 00013 #include <stdservice.h> 00014 00015 00016 class Service : public CommentService 00017 { 00018 protected: 00019 override const TokenInfo* getTokenInfo() const; 00020 }; 00021 00022 00023 #endif
1.3.6