wapstack/wapmessageapi/client/wapmessage.cpp
changeset 62 8ef833fbf5aa
parent 49 f50f4094acd7
equal deleted inserted replaced
49:f50f4094acd7 62:8ef833fbf5aa
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
    16 
    17 #include <wapmessage.h>
    17 #include <wapmessage.h>
       
    18 #include <in_iface.h>
    18 #include <ecom/ecom.h>
    19 #include <ecom/ecom.h>
    19 
    20 
    20 /** The WAP Messaging API.  Four interfaces are defined that provide bound and fully-specified versions of WDP and Connectionless Push.
    21 /** The WAP Messaging API.  Four interfaces are defined that provide bound and fully-specified versions of WDP and Connectionless Push.
    21 	An instantiation of each may be obtained using the CreateImplementationL() function, and must be released using Release() when no
    22 	An instantiation of each may be obtained using the CreateImplementationL() function, and must be released using Release() when no
    22 	longer required.  Release() causes the instantiation to be deleted.
    23 	longer required.  Release() causes the instantiation to be deleted.