rdbedit.cxx (51134e9e) rdbedit.cxx (a180b29c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 108 unchanged lines hidden (view full) ---

117 OString prepareVersion();
118
119 const OString& getProgramName()
120 { return m_program; }
121 const OString& getTypeReg()
122 { return m_typeRegName; }
123 const OString& getKeyName()
124 { return m_keyName; }
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 108 unchanged lines hidden (view full) ---

117 OString prepareVersion();
118
119 const OString& getProgramName()
120 { return m_program; }
121 const OString& getTypeReg()
122 { return m_typeRegName; }
123 const OString& getKeyName()
124 { return m_keyName; }
125 const Command getCommand()
125 Command getCommand()
126 { return m_command; }
127 bool verbose()
128 { return m_bVerbose; }
129protected:
130 OString m_program;
131 OString m_typeRegName;
132 OString m_keyName;
133 Command m_command;

--- 181 unchanged lines hidden ---
126 { return m_command; }
127 bool verbose()
128 { return m_bVerbose; }
129protected:
130 OString m_program;
131 OString m_typeRegName;
132 OString m_keyName;
133 Command m_command;

--- 181 unchanged lines hidden ---