35 lines
1.1 KiB
C++
35 lines
1.1 KiB
C++
|
******************************************************************************
|
||
|
*
|
||
|
* SSMERGE.H - Header file for Uniplex Spreadsheet merge.
|
||
|
*
|
||
|
* Module %M% Version %I% Date %H%
|
||
|
*
|
||
|
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
|
||
|
* This is unpublished proprietary source code of Ardent Software Inc.
|
||
|
* The copyright notice above does not evidence any actual or intended
|
||
|
* publication of such source code.
|
||
|
*
|
||
|
*******************************************************************************
|
||
|
*
|
||
|
* Maintenence log - insert most recent change descriptions at top
|
||
|
*
|
||
|
* Date.... GTAR# WHO Description........................................
|
||
|
* 10/14/98 23801 SAP Change copyrights.
|
||
|
* 06/01/91 PHH Initial Release.
|
||
|
*******************************************************************************
|
||
|
EQU ma%mm.new TO 1
|
||
|
EQU ma%mm.open TO 2
|
||
|
EQU ma%mm.save TO 3
|
||
|
EQU ma%mm.saveas TO 4
|
||
|
EQU ma%mm.delete TO 5
|
||
|
EQU ma%exit TO 6
|
||
|
EQU ma%ascii.gen TO 7
|
||
|
EQU ma%ascii.copy TO 8
|
||
|
EQU ma%ascii.rename TO 9
|
||
|
EQU ma%ascii.delete TO 10
|
||
|
EQU ma%help.appl TO 11
|
||
|
EQU ma%help.keys TO 12
|
||
|
EQU ma%help.vers TO 13
|
||
|
|
||
|
|