21 lines
615 B
C
21 lines
615 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 1994-1999 3Com Corporation or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
* Project International
|
|
* File TextServices.h
|
|
* Author Ken Krugler
|
|
* Purpose Header file for Text Services Manager.
|
|
*
|
|
***********************************************************************/
|
|
|
|
#ifndef __TEXTSERVICES_H__
|
|
#define __TEXTSERVICES_H__
|
|
|
|
// This file intentionally left blank; the Text Services manager's API is
|
|
// going to be changing in the future so the current version isn't being
|
|
// documented.
|
|
|
|
#endif // __TEXTSERVICES_H__
|