@@ -750,31 +750,31 @@ class SecurityDb {
750
750
751
751
/* *
752
752
* This will read in the requested information into a buffer that will remain valid
753
- * until another read_in call is made.
753
+ * until another read_in call is made or an entry is written .
754
754
* @param db_handle handle of the entry to be read
755
755
* @return pointer to buffer holding the query result, NULL when not found
756
756
*/
757
757
virtual SecurityEntryIdentity_t* read_in_entry_peer_identity (entry_handle_t db_handle) = 0;
758
758
759
759
/* *
760
760
* This will read in the requested information into a buffer that will remain valid
761
- * until another read_in call is made.
761
+ * until another read_in call is made or an entry is written .
762
762
* @param db_handle handle of the entry to be read
763
763
* @return pointer to buffer holding the query result, NULL when not found
764
764
*/
765
765
virtual SecurityEntryKeys_t* read_in_entry_peer_keys (entry_handle_t db_handle) = 0;
766
766
767
767
/* *
768
768
* This will read in the requested information into a buffer that will remain valid
769
- * until another read_in call is made.
769
+ * until another read_in call is made or an entry is written .
770
770
* @param db_handle handle of the entry to be read
771
771
* @return pointer to buffer holding the query result, NULL when not found
772
772
*/
773
773
virtual SecurityEntryKeys_t* read_in_entry_local_keys (entry_handle_t db_handle) = 0;
774
774
775
775
/* *
776
776
* This will read in the requested information into a buffer that will remain valid
777
- * until another read_in call is made.
777
+ * until another read_in call is made or an entry is written .
778
778
* @param db_handle handle of the entry to be read
779
779
* @return pointer to buffer holding the query result, NULL when not found
780
780
*/
0 commit comments