~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/hed/dmc/http/DataPointHTTP.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-10-24 02:19:37 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20111024021937-8whiie90uq2oqsok
Tags: 1.1.0-2
* Backport fixes for endian independent md5 checksum
* Filter out -Wl,-Bsymbolic-functions from default Ubuntu LDFLAGS

Show diffs side-by-side

added added

removed removed

Lines of Context:
919
919
} // namespace Arc
920
920
 
921
921
Arc::PluginDescriptor PLUGINS_TABLE_NAME[] = {
922
 
  { "http", "HED:DMC", 0, &Arc::DataPointHTTP::Instance },
923
 
  { NULL, NULL, 0, NULL }
 
922
  { "http", "HED:DMC", "HTTP or HTTP over SSL (https)", 0, &Arc::DataPointHTTP::Instance },
 
923
  { NULL, NULL, NULL, 0, NULL }
924
924
};