Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
009336b2
Commit
009336b2
authored
Jul 10, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Object_type): Removed the almost unused type PERS_OBJECT_TYPE.
parent
f8c31ff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/include/kom-types.h
src/include/kom-types.h
+7
-1
No files found.
src/include/kom-types.h
View file @
009336b2
/*
* $Id: kom-types.h,v 0.4
1 1999/07/05 06:56:01
ceder Exp $
* $Id: kom-types.h,v 0.4
2 1999/07/10 22:33:16
ceder Exp $
* Copyright (C) 1990-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -59,7 +59,13 @@ typedef enum {
NO_OBJECT_TYPE
=
0
,
/* No object at all */
TEXT_OBJECT_TYPE
=
1
,
/* Text object */
CONF_OBJECT_TYPE
=
2
,
/* Conference object */
#if 0
/* It is not currently possible to set aux-items on Person
structures. But since they can be set on the corresponding
Conference object that is actually not a problem. This should
probably be removed. */
PERS_OBJECT_TYPE = 3, /* Person object */
#endif
INFO_OBJECT_TYPE
=
4
/* System info object */
}
Object_type
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment