Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ippStopDaemonCommand.h

Go to the documentation of this file.
00001 // 
00002 // DISCLAIMER: 
00003 //  This software was produced by the National Institute of Standards 
00004 //  and Technology (NIST), an agency of the U.S. government, and by statute is 
00005 //  not subject to copyright in the United States.  Recipients of this 
00006 //  software assume all responsibility associated with its operation,
00007 //  modification,maintenance, and subsequent redistribution. 
00008 //
00009 //  See NIST Administration Manual 4.09.07 b and Appendix I. 
00010 //
00011 /* ippStopDaemonCommand class *********************************************
00012 
00013 The tag type of the daemon stopped by StopDaemon is EventTag.
00014 
00015 */
00016 #pragma once
00017 #include "ippCommand.h"
00018 
00019 class IPPDME_EXT_CLASS ippStopDaemonCommand : public ippCommand {
00020   
00021   
00022 public:
00023 
00024   ippStopDaemonCommand(unsigned int tagNum, unsigned int inDaemonTagNumber);
00025   
00026   virtual ~ippStopDaemonCommand();
00027   
00028   const ippTag& getDaemonTag() const { return _daemonTag; }
00029 
00030 
00031   virtual std::string getCommandString() const;
00032 
00033 private:
00034   ippTag _daemonTag;
00035 private:
00036   ippStopDaemonCommand(const ippStopDaemonCommand&);
00037   void operator=(const ippStopDaemonCommand&);
00038 };
00039 IPP_DECLARE_SMARTPOINTER(ippStopDaemonCommand);
00040 
00041 
00042 

Generated on Wed Nov 8 00:19:57 2006 for IPPDME by  doxygen 1.4.1