(file) Return to snmpDeliverTrap_stub.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler / Attic

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/Attic/snmpDeliverTrap_stub.cpp between version 1.4 and 1.12

version 1.4, 2002/06/01 00:57:11 version 1.12, 2006/11/14 18:34:53
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 21 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
Line 36 
Line 40 
  
 PEGASUS_USING_STD; PEGASUS_USING_STD;
  
 void snmpDeliverTrap_stub::deliverTrap(const String& trapOid,  void snmpDeliverTrap_stub::initialize()
     const String& community,  {
     const String& destination,  }
     const String& trapType,  
     Array<String>& vbOids,  void snmpDeliverTrap_stub::terminate()
     Array<String>& vbTypes,  {
     Array<String>& vbValues)  }
   
   void snmpDeliverTrap_stub::deliverTrap(
       const String& trapOid,
       const String& securityName,
       const String& targetHost,
       const Uint16& targetHostFormat,
       const String& otherTargetHostFormat,
       const Uint32& portNumber,
       const Uint16& snmpVersion,
       const String& engineID,
       const Array<String>& vbOids,
       const Array<String>& vbTypes,
       const Array<String>& vbValues)
 { {
     //ATTN: Code to implement SNMP specific delivery mechanism.     //ATTN: Code to implement SNMP specific delivery mechanism.
 } }


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2