Commit 8870c353 authored by claes's avatar claes

Flag bit Loaded added

parent 2b6d9b8e
/*
* Proview $Id: co_procom.h,v 1.1 2006-09-14 14:16:07 claes Exp $
* Proview $Id: co_procom.h,v 1.2 2007-03-14 06:42:32 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -29,7 +29,8 @@ extern "C" {
typedef enum {
procom_obj_mFlags_Deleted = 1 << 0,
procom_obj_mFlags_Created = 1 << 1
procom_obj_mFlags_Created = 1 << 1,
procom_obj_mFlags_Loaded = 1 << 2
} procom_obj_mFlags;
class procom_obj {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment