remove warnings on Macintosh; clean up internal API calls

This commit is contained in:
brade%netscape.com 1998-07-24 04:12:58 +00:00
Родитель 5c868ee368
Коммит 8e2eface0f
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -4036,7 +4036,10 @@ public:
~CEditImageLoader();
void LoadImage();
#if 0
void SetImageInfo(int32 ele_id, int32 width, int32 height);
#endif
void SetImageInfo(int32 width, int32 height);
};
//-----------------------------------------------------------------------------
@ -4094,8 +4097,12 @@ public:
//
// inherited interface.
//
#if 0
CFileSaveObject( MWContext *pContext, char *pSrcURL, ITapeFileSystem *tapeFS, XP_Bool bAutoSave,
CEditSaveToTempData * ) ;
#endif
CFileSaveObject( MWContext *pContext, ITapeFileSystem *tapeFS, XP_Bool bAutoSave,
CEditSaveToTempData * ) ;
virtual ~CFileSaveObject();
// Return values like ITapeFileSystem::AddFile().
@ -4138,7 +4145,10 @@ public:
intn OpenOutputFile(/*int iFile*/);
// Net Callbacks
int NetStreamWrite( const char *block, int32 length );
#if 0
void NetFetchDone( URL_Struct *pUrl, int status, MWContext *pContext );
#endif
void NetFetchDone( int status );
};