ossp-pkg/as/as-gui/as_slot.cpp 1.29 -> 1.30
--- as_slot.cpp 2002/12/02 13:25:36 1.29
+++ as_slot.cpp 2002/12/02 18:10:19 1.30
@@ -86,6 +86,13 @@
m_pMaintable->insertRows(m_pMaintable->currentRow() + 1); {
m_pMaintable->setCurrentCell(m_pMaintable->currentRow() + 1, m_pMaintable->currentColumn());
}
+
+// char szGuitext[37];
+// uuid_t Guid;
+//
+// uuid_generate(Guid);
+// uuid_unparse(Guid, szGuitext);
+// m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXGUID, szGuitext);
}
//
|
|