Ticket #45 (closed: fixed)
Change to two part namspaces
Reported by: | Nick Draper | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | blocker | Milestone: | Iteration 3 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Chane all of the classes to use two part Namespaces
- Mantid::Kernel
- Mantid::Algorithm
- Mantid::DataHandling
- etc
At the same time alter the DEF symbols for each .h file to include the namespace eg.
#ifndef MANTID_KERNEL_FRAMEWORKMANAGER_H_
#define MANTID_KERNEL_FRAMEWORKMANAGER_H_
Change History
Note: See
TracTickets for help on using
tickets.