(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.1.2.2 and 1.11

version 1.1.2.2, 2001/10/15 18:23:25 version 1.11, 2006/08/11 19:47:07
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 BMC Software, Hewlett Packard, IBM, The Open Group,  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // 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 <fcntl.h> #include <fcntl.h>
 #include <sys/stat.h> #include <sys/stat.h>
 #include "snmpDeliverTrap_stub.h" #include "snmpDeliverTrap_stub.h"
Line 35 
Line 40 
  
 PEGASUS_USING_STD; PEGASUS_USING_STD;
  
 void snmpDeliverTrap_stub::deliverTrap(const String& trapOid,  void snmpDeliverTrap_stub::initialize()
     const String& enterprise,  {
     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.1.2.2  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2