epoc32/include/app/cntview.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/app/cntview.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/app/cntview.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5  // All rights reserved.
     1.6  // This component and the accompanying materials are made available
     1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9  // which accompanies this distribution, and is available
    1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12  //
    1.13  // Initial Contributors:
    1.14  // Nokia Corporation - initial contribution.
    1.15 @@ -22,7 +22,10 @@
    1.16  item at the upper or lower limit of the range.
    1.17  
    1.18  In practice, only the first character in the string is used and this value 
    1.19 -is ignored. */
    1.20 +is ignored. 
    1.21 +@publishedAll
    1.22 +@released
    1.23 +*/
    1.24  const TInt KMaxBoundaryMatchLength=8;
    1.25  
    1.26  class CContactGroupView: public CContactViewBase, public MContactViewObserver
    1.27 @@ -275,7 +278,6 @@
    1.28  	/** The index into the sub view's underlying view of the item at the upper limit 
    1.29  	of the range. */
    1.30  	TInt iHigh;
    1.31 -	//ChrisD: contain by value not ptr
    1.32  	/** The collation method used to sort the strings.
    1.33  	
    1.34  	By default, this is the standard collation method for the current locale. */
    1.35 @@ -326,7 +328,6 @@
    1.36  	void SetL();
    1.37  private:
    1.38  	CContactViewLowRange(const CContactViewBase& aView,const TDesC& aMatch,TCriteria aCriteria);
    1.39 -//ChrisD: why private d'tor
    1.40  	~CContactViewLowRange();
    1.41  private:
    1.42  	TBuf<KMaxBoundaryMatchLength> iMatch;
    1.43 @@ -351,7 +352,6 @@
    1.44  	void SetL();
    1.45  private:
    1.46  	CContactViewHighRange(const CContactViewBase& aView,const TDesC& aMatch,TCriteria aCriteria);
    1.47 -//ChrisD: why private d'tor
    1.48  	~CContactViewHighRange();
    1.49  private:
    1.50  	TBuf<KMaxBoundaryMatchLength> iMatch;
    1.51 @@ -396,7 +396,6 @@
    1.52  private: // From MContactViewObserver.
    1.53  	virtual void HandleContactViewEvent(const CContactViewBase& aView,const TContactViewEvent& aEvent);
    1.54  private:
    1.55 -//ChrisD: why private d'tor
    1.56  	~CContactSubView();
    1.57  	CContactSubView(const CContactDatabase& aDb,CContactViewBase& aView);
    1.58  	CContactSubView(const CContactDatabase& aDb,const CContactSubView& aView);