~pbms-core/pbms/5.11-beta

« back to all changes in this revision

Viewing changes to src/pbms.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2009-01-13 17:43:05 UTC
  • Revision ID: barry.leslie@primebase.com-20090113174305-djeiytqmrjwbzdfa
Meta data is now collected by the HTTP server when BLOBs are received.
When BLOBs are moved from one database to another the entire header including
meta data is also copied.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <signal.h>
39
39
#include <ctype.h>
40
40
 
41
 
#define MS_ALIAS_TAG    "BLOB_ALIAS"
42
41
 
43
42
#ifdef USE_PRAGMA_INTERFACE
44
43
#pragma interface                       /* gcc class implementation */