diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-12 15:37:21 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-12 15:37:21 +0000 |
commit | 7c78f8ab9e51c790aa2eb48ef20ac15edef353d4 (patch) | |
tree | ab18d5272b5fa06ce924516bfcf4fa2e4d8476b5 /ACEXML/compass/Supplier.h | |
parent | aef782d30e2a570e8dd831e1ae5c3e3e60d11b0f (diff) | |
download | ATCD-Validator.tar.gz |
ChangeLogTag: Fri Jan 24 20:28:22 2003 Krishnakumar B <kitty@insanely.long.id.truncated>Validator
Diffstat (limited to 'ACEXML/compass/Supplier.h')
-rw-r--r-- | ACEXML/compass/Supplier.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/ACEXML/compass/Supplier.h b/ACEXML/compass/Supplier.h deleted file mode 100644 index e8a3a4d546e..00000000000 --- a/ACEXML/compass/Supplier.h +++ /dev/null @@ -1,51 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ -// -// ============================================================================ -// -// = LIBRARY -// ORBSVCS Real-time Event Channel examples -// -// = FILENAME -// Supplier -// -// = AUTHOR -// Carlos O'Ryan (coryan@cs.wustl.edu) -// -// ============================================================================ - -#ifndef SUPPLIER_H -#define SUPPLIER_H - -#include "orbsvcs/RtecEventCommS.h" -#include "orbsvcs/CosNamingS.h" -#include "orbsvcs/Naming/Naming_Utils.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -class Supplier : public POA_RtecEventComm::PushSupplier -{ - // = TITLE - // Simple supplier object - // - // = DESCRIPTION - // This class is a supplier of events. - // It simply publishes one event type. - // -public: - Supplier (void); - // Constructor - - int run (int argc, char* argv[]); - // Run the test - - // = The RtecEventComm::PushSupplier methods - - virtual void disconnect_push_supplier (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) - ACE_THROW_SPEC ((CORBA::SystemException)); - // The skeleton methods. -}; - -#endif /* SUPPLIER_H */ |