Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

content-type.h

Go to the documentation of this file.
00001 //***************************************************************************
00002 // This source code is copyrighted 2002 by Google Inc.  All rights
00003 // reserved.  You are given a limited license to use this source code for
00004 // purposes of participating in the Google programming contest.  If you
00005 // choose to use or distribute the source code for any other purpose, you
00006 // must either (1) first obtain written approval from Google, or (2)
00007 // prominently display the foregoing copyright notice and the following
00008 // warranty and liability disclaimer on each copy used or distributed.
00009 // 
00010 // The source code and repository (the "Software") is provided "AS IS",
00011 // with no warranty, express or implied, including but not limited to the
00012 // implied warranties of merchantability and fitness for a particular
00013 // use.  In no event shall Google Inc. be liable for any damages, direct
00014 // or indirect, even if advised of the possibility of such damages.
00015 //***************************************************************************
00016 
00017 
00018 #ifndef _CONTENT_TYPE_H
00019 #define _CONTENT_TYPE_H
00020 
00021 enum ContentType {         
00022   CONTENT_FIRST_TYPE,
00023   CONTENT_GOOGLE_ERROR = 0,         // Initialization value, never used
00024   CONTENT_GOOGLE_EMPTY,             // empty page
00025   CONTENT_GOOGLE_OTHER,             // not one of the types below
00026   CONTENT_TEXT_HTML,
00027   CONTENT_TEXT_PLAIN,
00028   CONTENT_APPLICATION_POSTSCRIPT,
00029   CONTENT_APPLICATION_PDF,
00030   CONTENT_TEXT_WML,
00031   CONTENT_GOOGLE_WHITEPAGE,
00032   CONTENT_TEXT_HDML,
00033   CONTENT_TEXT_PDF,
00034   CONTENT_GOOGLE_USENET,
00035   CONTENT_IMAGE,
00036   CONTENT_IMAGE_THUMBNAIL,
00037   CONTENT_AUDIO_MP3,
00038   CONTENT_TEXT_POSTSCRIPT,
00039   CONTENT_APPLICATION_MSWORD,
00040   CONTENT_TEXT_MSWORD,
00041   CONTENT_APPLICATION_MS_POWERPOINT,
00042   CONTENT_TEXT_MS_POWERPOINT,
00043   CONTENT_APPLICATION_RTF,
00044   CONTENT_TEXT_RTF,
00045   CONTENT_APPLICATION_MS_EXCEL,
00046   CONTENT_TEXT_MS_EXCEL,
00047   CONTENT_TEXT_OTHER,
00048   CONTENT_APPLICATION_XSHOCKWAVEFLASH,
00049   CONTENT_TEXT_XSHOCKWAVEFLASH,
00050   CONTENT_APPLICATION_XGZIP,
00051   CONTENT_NUM_TYPES
00052 };
00053 
00054 #endif

Generated on Wed May 29 11:37:14 2002 for MarkovPR by doxygen1.2.15