CVS log for pegasus/src/Pegasus/Common/Attic/CIMReference.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Common

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: MAIN

Revision 1.51 , Tue May 21 23:01:36 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, RELEASE_2_5_0-RC1, HPUX_TEST, HEAD
Changes since 1.50: +0 -0 lines
FILE REMOVED
HP-RK Remove CIMReference class, which has been replaced with CIMObjectPath.

Revision 1.50 / (view) - annotate - [select for diffs] , Thu May 16 02:07:02 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.49: +4 -931 lines
Diff to previous 1.49
HP-RK Rename CIMReference to CIMObjectPath.

Revision 1.49 / (view) - annotate - [select for diffs] , Wed May 15 11:28:21 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.48: +0 -41 lines
Diff to previous 1.48
HP-RK Moved CIM*::toMof() methods to a new MofWriter class as MofWriter::append*Element().  Moved CIM*::printMof() methods to MofWriter::print*Element().

Revision 1.48 / (view) - annotate - [select for diffs] , Wed May 15 09:34:30 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.47: +0 -46 lines
Diff to previous 1.47
HP-RK Moved CIM*::toXml() methods to XmlWriter::append*Element().  Moved CIM*::print() methods to XmlWriter::print*Element().  Putting this function in XmlWriter instead of the CIM* classes keeps those internal methods out of the published client and provider APIs.

Revision 1.47 / (view) - annotate - [select for diffs] , Mon May 13 21:17:06 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
HP-RK Clean up compiler warnings.

Revision 1.46 / (view) - annotate - [select for diffs] , Sun May 12 18:13:19 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.45: +8 -8 lines
Diff to previous 1.45
add throw declarations

Revision 1.45 / (view) - annotate - [select for diffs] , Fri May 10 18:29:08 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.44: +182 -89 lines
Diff to previous 1.44
HP-RK Moved KeyBinding and CIMReference method implementations from header file to source file.  Added KeyBindingRep and CIMReferenceRep classes in the source file to encapsulate the instance data in such a way that the implementation can change without affecting users of the classes.

Revision 1.44 / (view) - annotate - [select for diffs] , Thu May 9 23:28:12 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.43: +131 -31 lines
Diff to previous 1.43
HP-RK Move CIMReference method implementations from header file to source file to improve SDK supportability.

Revision 1.43 / (view) - annotate - [select for diffs] , Thu May 9 21:29:53 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.42: +1 -24 lines
Diff to previous 1.42
HP-RK Move String version of compareNoCase from CIMReference to the String class.

Revision 1.42 / (view) - annotate - [select for diffs] , Mon Apr 29 17:23:12 2002 UTC (22 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
forgot a throw

Revision 1.41 / (view) - annotate - [select for diffs] , Mon Apr 29 15:52:55 2002 UTC (22 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.40: +5 -0 lines
Diff to previous 1.40
Change new isClassName() to equalClassName() and add to CIMReference

Revision 1.40 / (view) - annotate - [select for diffs] , Thu Mar 28 00:43:13 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08
Changes since 1.39: +2 -1 lines
Diff to previous 1.39
HP-RK Fix a bug in value validation for boolean keys.

Revision 1.39 / (view) - annotate - [select for diffs] , Sat Mar 2 00:27:47 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
HP-RK Minor cleanup.

Revision 1.38 / (view) - annotate - [select for diffs] , Sat Mar 2 00:15:56 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.37: +216 -179 lines
Diff to previous 1.37
HP-RK Cleaned up parsing of CIMReference values from Strings.  Fixed CIMObject HTTP header for extrinsic method requests to contain entire local object path rather than just the namespace.

Revision 1.37 / (view) - annotate - [select for diffs] , Fri Mar 1 19:06:47 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.36: +13 -127 lines
Diff to previous 1.36
HP-RK Move XML formatting from CIMReference to XmlWriter.  Also make some XmlWriter methods private.

Revision 1.36 / (view) - annotate - [select for diffs] , Wed Feb 13 22:03:36 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35
added CIMObjectPath typedef

Revision 1.35 / (view) - annotate - [select for diffs] , Mon Jan 28 15:28:49 2002 UTC (22 years, 5 months ago) by sage
Branch: MAIN
CVS Tags: pre-meta-dispatcher, VERSION_1_07
Changes since 1.34: +1 -0 lines
Diff to previous 1.34
included Config.h

Revision 1.34 / (view) - annotate - [select for diffs] , Wed Jan 9 23:37:42 2002 UTC (22 years, 5 months ago) by mike
Branch: MAIN
Changes since 1.33: +28 -14 lines
Diff to previous 1.33
Modified CIMReference to handle "//hostname/namespace/..." form (without port
number). Added CIMOMPort.h file to define default port number.

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Dec 13 14:53:55 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: merge_of_dev
Changes since 1.32: +249 -41 lines
Diff to previous 1.32
Merged dev branch into main trunk.

Revision 1.32 / (view) - annotate - [select for diffs] , Tue Jul 10 21:31:10 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_0_99_1, version_0_99, main
Branch point for: dev
Changes since 1.31: +725 -725 lines
Diff to previous 1.31
Removed \r\r\n from all files.

Revision 1.31 / (view) - annotate - [select for diffs] , Tue Jul 10 05:43:24 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.30: +725 -725 lines
Diff to previous 1.30
Prepended CIM_ERR to CIM status codes.
Added CIM response message types to CIMMessage.h.

Revision 1.30 / (view) - annotate - [select for diffs] , Sun Jul 8 04:37:09 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.29: +14 -1 lines
Diff to previous 1.29
Added support for class association operations (references(), associators(),
referenceNames(), associatorNames()).

Revision 1.29 / (view) - annotate - [select for diffs] , Mon Jul 2 00:50:10 2001 UTC (23 years ago) by mike
Branch: MAIN
CVS Tags: version_0_79_4
Changes since 1.28: +5 -3 lines
Diff to previous 1.28
new

Revision 1.28 / (view) - annotate - [select for diffs] , Tue Jun 19 01:22:40 2001 UTC (23 years ago) by chip
Branch: MAIN
Changes since 1.27: +12 -12 lines
Diff to previous 1.27
add const to modifyInstance, createInstance, modifyClass, createClass
to protect caller's object.

Revision 1.27 / (view) - annotate - [select for diffs] , Sat Jun 16 22:10:03 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.26: +710 -710 lines
Diff to previous 1.26
new

Revision 1.26 / (view) - annotate - [select for diffs] , Sat Jun 16 22:01:54 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.25: +4 -1 lines
Diff to previous 1.25
More association work

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Jun 16 16:30:37 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.24: +707 -706 lines
Diff to previous 1.24
Added headers

Revision 1.24 / (view) - annotate - [select for diffs] , Thu Jun 14 21:26:45 2001 UTC (23 years ago) by mday
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
initial checking of slp-enabled code

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Jun 12 08:02:26 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.22: +16 -10 lines
Diff to previous 1.22
Removed debug I/O

Revision 1.22 / (view) - annotate - [select for diffs] , Mon Jun 11 06:04:51 2001 UTC (23 years ago) by chip
Branch: MAIN
Changes since 1.21: +0 -1 lines
Diff to previous 1.21
remove unecessary bubblesort in set()

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Jun 11 02:44:39 2001 UTC (23 years ago) by chip
Branch: MAIN
Changes since 1.20: +45 -38 lines
Diff to previous 1.20
ignore slashes in namespace legal check, use set method in constructor
to ensure validation.

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Jun 4 00:35:36 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_97_3
Changes since 1.19: +46 -3 lines
Diff to previous 1.19
toward associations

Revision 1.19 / (view) - annotate - [select for diffs] , Wed May 23 23:48:35 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_97_2, version_0_97_1
Changes since 1.18: +9 -0 lines
Diff to previous 1.18
Port to HP

Revision 1.18 / (view) - annotate - [select for diffs] , Sun May 20 19:33:59 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_97
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Port to AIX

Revision 1.17 / (view) - annotate - [select for diffs] , Sun May 13 23:39:51 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_96, version_0_95, stable_0_95
Changes since 1.16: +5 -0 lines
Diff to previous 1.16
Fixed on Linux
Fixed strcasecmp() compiler errors().

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Apr 30 14:54:27 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.15: +2 -0 lines
Diff to previous 1.15
Rework of repository in preparation for associations

Revision 1.15 / (view) - annotate - [select for diffs] , Sun Apr 29 17:57:33 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.14: +12 -12 lines
Diff to previous 1.14
changed getSize() and getLength() to size()

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Apr 27 22:54:58 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
Ported back to Linux

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Apr 27 17:46:20 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Added function objects to HashTable (EqualFunc and HashFunc).
Extended implementation of Inheritance tree.

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Apr 26 23:01:00 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.11: +2 -11 lines
Diff to previous 1.11
Added new hash table implementation.
Cleaned up some more docs.

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Apr 26 08:24:46 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.10: +16 -6 lines
Diff to previous 1.10
Rework of instance indexing

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Apr 26 00:34:11 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.9: +53 -42 lines
Diff to previous 1.9
Rework of CIMReference class.

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Apr 25 23:09:18 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.8: +163 -215 lines
Diff to previous 1.8
Added object path initialization to CIMReferences.

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Apr 25 21:20:55 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.7: +6 -5 lines
Diff to previous 1.7
Removed old style license headers and added new ones.

Revision 1.7 / (view) - annotate - [select for diffs] , Wed Apr 25 19:43:31 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.6: +174 -7 lines
Diff to previous 1.6
better

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Apr 25 06:44:35 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.5: +53 -33 lines
Diff to previous 1.5
Documented the heck out of the CIMReference class.

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Apr 13 17:26:33 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
CVS Tags: stable
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
Fixed more memory leaks.

Revision 1.4 / (view) - annotate - [select for diffs] , Fri Apr 13 17:20:51 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.3: +6 -0 lines
Diff to previous 1.3
Ported so Solaris.
Fixed memory leaks.

Revision 1.3 / (view) - annotate - [select for diffs] , Sun Mar 4 21:57:34 2001 UTC (23 years, 4 months ago) by bob
Branch: MAIN
CVS Tags: version_0_8
Changes since 1.2: +6 -2 lines
Diff to previous 1.2
Changed print methods to take a stream instead of hardcoded cout

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Feb 26 04:33:28 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.1: +6 -3 lines
Diff to previous 1.1
Fixed many places where cim names were be compared with operator==(String,String).
Changed all of these to use CIMName::equal()

Revision 1.1 / (view) - annotate - [select for diffs] , Sun Feb 18 18:39:06 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
new

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2