examples/ForumNokia/Document_Handler_Example/HandlerApp/inc/Common.h

00001 /* ====================================================================
00002  * File: Common.h
00003  * Created: 15/06/06
00004  * Author:
00005  *
00006 
00007  *   Contains common constants for the example.
00008  *
00009  * Copyright (c): , All rights reserved
00010  * ==================================================================== */
00011 
00012 #ifndef ___COMMON_H__
00013 #define ___COMMON_H__
00014 
00015 //How many characters to read from the file
00016 const TInt KTextLengthToRead = 20;
00017 
00018 #endif //___COMMON_H__
00019 

Generated by  doxygen 1.6.2