(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.9

version 1.1.2.2, 2001/10/15 18:23:25 version 1.9, 2005/02/05 23:00:18
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // 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.
 // //
 // 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 23 
Line 29 
 // //
 // Author: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com) // Author: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)
 // //
 // Modified By:  // Modified By: Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
   #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 42 
  
 PEGASUS_USING_STD; PEGASUS_USING_STD;
  
 void snmpDeliverTrap_stub::deliverTrap(const String& trapOid,  void snmpDeliverTrap_stub::deliverTrap(
     const String& enterprise,          const String& trapOid,
     const String& destination,          const String& securityName,
     const String& trapType,          const String& targetHost,
     Array<String>& vbOids,          const Uint16& targetHostFormat,
     Array<String>& vbTypes,          const String& otherTargetHostFormat,
     Array<String>& vbValues)          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.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2