(file) Return to IndicationService.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / IndicationService

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.cpp between version 1.210 and 1.211

version 1.210, 2006/12/13 21:27:51 version 1.211, 2006/12/13 22:09:58
Line 6265 
Line 6265 
             (contentLangs));             (contentLangs));
         request->operationContext.set(AcceptLanguageListContainer(acceptLangs));         request->operationContext.set(AcceptLanguageListContainer(acceptLangs));
  
         AsyncOpNode * op = this->get_op ();  
   
         AsyncLegacyOperationStart * asyncRequest =         AsyncLegacyOperationStart * asyncRequest =
             new AsyncLegacyOperationStart(             new AsyncLegacyOperationStart(
                 op,                  0,
                 _providerManager,                 _providerManager,
                 request,                 request,
                 _queueId);                 _queueId);
Line 6382 
Line 6380 
             (contentLangs));             (contentLangs));
         request->operationContext.set(AcceptLanguageListContainer(acceptLangs));         request->operationContext.set(AcceptLanguageListContainer(acceptLangs));
  
         AsyncOpNode * op = this->get_op ();  
   
         AsyncLegacyOperationStart * asyncRequest =         AsyncLegacyOperationStart * asyncRequest =
             new AsyncLegacyOperationStart(             new AsyncLegacyOperationStart(
                 op,                  0,
                 _providerManager,                 _providerManager,
                 request,                 request,
                 _queueId);                 _queueId);
Line 6623 
Line 6619 
             (contentLangs));             (contentLangs));
         request->operationContext.set(AcceptLanguageListContainer(acceptLangs));         request->operationContext.set(AcceptLanguageListContainer(acceptLangs));
  
         AsyncOpNode * op = this->get_op ();  
   
         AsyncLegacyOperationStart * asyncRequest =         AsyncLegacyOperationStart * asyncRequest =
             new AsyncLegacyOperationStart(             new AsyncLegacyOperationStart(
                 op,                  0,
                 _providerManager,                 _providerManager,
                 request,                 request,
                 _queueId);                 _queueId);
Line 7163 
Line 7157 
     //     //
     //  Send Subscription Initialization Complete request to provider manager     //  Send Subscription Initialization Complete request to provider manager
     //     //
     AsyncOpNode * op = this->get_op ();  
   
     AsyncLegacyOperationStart * asyncRequest =     AsyncLegacyOperationStart * asyncRequest =
         new AsyncLegacyOperationStart(         new AsyncLegacyOperationStart(
             op,              0,
             _providerManager,             _providerManager,
             request,             request,
             _queueId);             _queueId);
  
     AutoPtr<AsyncReply>  asyncReply (SendWait (asyncRequest));     AutoPtr<AsyncReply>  asyncReply (SendWait (asyncRequest));
     op->release();  
     delete op;  
     //     //
     //  Note: the response does not contain interesting data     //  Note: the response does not contain interesting data
     //     //
       delete asyncRequest;
  
     PEG_METHOD_EXIT ();     PEG_METHOD_EXIT ();
 } }


Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2