(file) Return to Linkage.h CVS log (file) (dir) Up to [Pegasus] / pegasus / test / StressTestClients

File: [Pegasus] / pegasus / test / StressTestClients / Linkage.h (download)
Revision: 1.2, Thu Apr 27 17:47:13 2006 UTC (18 years, 1 month ago) by j.alex
Branch: MAIN
CVS Tags: TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch
Changes since 1.1: +46 -0 lines
PEP#: 241
TITLE: OpenPegasus Stress Tests

DESCRIPTION: OpenPegasus Stress Testing Code
Modified Files:
    pegasus/Makefile pegasus/TestMakefile pegasus/test/Makefile
Added Files:
    pegasus/test/StressTestClients/Linkage.h
    pegasus/test/StressTestClients/Makefile
    pegasus/test/StressTestClients/TestStressTestClient.cpp
    pegasus/test/StressTestClients/TestStressTestClient.h
    pegasus/test/StressTestClients/ModelWalkStressClient/Makefile
    pegasus/test/StressTestClients/ModelWalkStressClient/TestModelWalkStressClient.cpp
    pegasus/test/StressTestClients/WrapperStressClient/Makefile
    pegasus/test/StressTestClients/WrapperStressClient/TestWrapperStressClient.cpp
    pegasus/test/StressTestController/Makefile
    pegasus/test/StressTestController/README
    pegasus/test/StressTestController/StressTestController.cpp
    pegasus/test/StressTestController/StressTestController.h
    pegasus/test/StressTestController/StressTestControllerException.cpp
    pegasus/test/StressTestController/StressTestControllerException.h
    pegasus/test/StressTestController/StressTestControllerMain.cpp
    pegasus/test/StressTestController/default_stresstest.conf
    pegasus/test/StressTestController/tests/Makefile
    pegasus/test/StressTestController/tests/invalid_configuration.conf
    pegasus/test/StressTestController/tests/invalid_noclients.conf
    pegasus/test/StressTestController/tests/result.master

//%2006////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// 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
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restriction, including without limitation the
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
// sell copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// 
// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
//==============================================================================
//
//%/////////////////////////////////////////////////////////////////////////////

#include <Pegasus/Common/Config.h>

#ifndef PEGASUS_STRESSTESTCLIENT_LINKAGE
# ifdef PEGASUS_OS_TYPE_WINDOWS
#  ifdef PEGASUS_STRESSTESTCLIENT_INTERNAL
#   define PEGASUS_STRESSTESTCLIENT_LINKAGE PEGASUS_EXPORT
#  else
#   define PEGASUS_STRESSTESTCLIENT_LINKAGE PEGASUS_IMPORT
#  endif
# else
#  define PEGASUS_STRESSTESTCLIENT_LINKAGE
# endif
#endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2