Changeset 8921
- Timestamp:
- 03/09/09 15:12:33 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/mcarrick/ossiedev-trunk/system/ossie/parser/SPDImplementation.cpp
r8896 r8921 88 88 89 89 if (prf) { 90 std::cout << "[DEBUG] found propertyfile tag... \n";91 90 PRFFile = new PropertyFile(prf); 92 91 } 93 94 std::cout << "[DEBUG] exiting parsePRFRef...\n";95 92 96 93 }