Changeset 1662 for capture-mod
- Timestamp:
- 07/08/08 11:49:10 (2 months ago)
- Files:
-
- capture-mod/trunk/MySoapServer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
capture-mod/trunk/MySoapServer.cpp
r1644 r1662 89 89 att.value = L"http://slashdot.org"; 90 90 Element e; 91 e.name = L" iexplore";91 e.name = L"visit"; 92 92 e.attributes.push_back(att); 93 93 e.data = NULL; 94 94 e.dataLength = 0; 95 //printf("trying with notifyListeners\n");96 //EventController::getInstance()->notifyListeners(&e);95 printf("trying with notifyListeners\n"); 96 EventController::getInstance()->notifyListeners(&e); 97 97 printf("trying with globVisitor\n"); 98 globVisitor->onServerEvent(&e);98 // globVisitor->onServerEvent(&e); 99 99 100 100 return SOAP_OK;
