diff -r e5b3a2155e1a -r d2c4c66342f3 messagingfw/deprecate/senduiservices/inc/CSendingServiceInfo.inl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/deprecate/senduiservices/inc/CSendingServiceInfo.inl Tue Aug 31 15:41:11 2010 +0300 @@ -0,0 +1,156 @@ +/* +* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Encapsulates the ECom plugged sending service data. +* +*/ + + + +// ============================ MEMBER FUNCTIONS =============================== + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceName +// Returns service human readable name. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline const TPtrC CSendingServiceInfoImpl::ServiceName() const + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceMenuName +// Returns service human readable name for the "Send"-menu. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline const TPtrC CSendingServiceInfoImpl::ServiceMenuName() const + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceAddress +// Returns service address. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline const TPtrC CSendingServiceInfoImpl::ServiceAddress() const + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::SetServiceId +// Sets service id. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline void CSendingServiceInfoImpl::SetServiceId( TUid aServiceId ) + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceId +// Returns service id. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline TUid CSendingServiceInfoImpl::ServiceId() const + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::SetServiceProviderId +// Sets service provider id. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline void CSendingServiceInfoImpl::SetServiceProviderId( + TUid aServiceProviderId ) + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceProviderId +// Returns service provider id. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline TUid CSendingServiceInfoImpl::ServiceProviderId() const + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::SetServiceCapabilities +// Set service sending capabilities. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline void CSendingServiceInfoImpl::SetServiceCapabilities( + TSendingCapabilities aServiceCapabilities ) + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceCapabilities +// Returns service sending capabilities. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline TSendingCapabilities CSendingServiceInfoImpl::ServiceCapabilities() const + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceId +// Returns service id. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline TUid CSendingServiceInfoImpl::TechnologyTypeId() const + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::SetServiceProviderId +// Sets service provider id. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline void CSendingServiceInfoImpl::SetTechnologyTypeId( + TUid aTechnologyTypeId ) + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::SetServiceCapabilities +// Set service sending capabilities. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline void CSendingServiceInfoImpl::SetServiceFeatures( + TInt aServiceFeatures ) + { + } + +// ----------------------------------------------------------------------------- +// CSendingServiceInfoImpl::ServiceCapabilities +// Returns service sending capabilities. +// (other items were commented in a header). +// ----------------------------------------------------------------------------- +// +inline TInt CSendingServiceInfoImpl::ServiceFeatures() const + { + } + +// End of File