1/*
2 * Copyright 1999, Be Incorporated. All Rights Reserved.
3 * This file may be used under the terms of the Be Sample Code License.
4 *
5 */
6#ifndef _CLOCK_APPLICATION_H
7#define _CLOCK_APPLICATION_H
8
9
10extern const char *kAppSignature;
11
12
13#endif	// _CLOCK_APPLICATION_H
14
15