43 lines
872 B
C
43 lines
872 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
***********************************************************************/
|
|
/**
|
|
* @ingroup FotoFinish
|
|
**/
|
|
|
|
/**
|
|
* @file SavePhotoForm.h
|
|
* This file contains the event-handling code for the SavePhotoForm
|
|
*/
|
|
|
|
/** @name
|
|
*
|
|
**/
|
|
/*@{*/
|
|
|
|
/***********************************************************************
|
|
*
|
|
* File:
|
|
* SavePhotoForm.h
|
|
*
|
|
* Description:
|
|
* Contains all event-handling code associated with SavePhotoForm
|
|
* Sample code for the Photo API
|
|
*
|
|
* Version 1.0 - Initial Revision (08/18/03)
|
|
*
|
|
***********************************************************************/
|
|
|
|
#ifndef SAVEPHOTOFORM_H
|
|
#define SAVEPHOTOFORM_H
|
|
|
|
Boolean SavePhotoFormHandleEvent(EventType *eventP);
|
|
|
|
|
|
#endif
|
|
|
|
/*@}*/
|